Skip to main content

Get Tickets

GET 

/tickets

Get the tickets for the current authenticated contact (those that they bough themselves, or those that were forwarded to them). This endpoint also returns tickets for other contacts that this current contact has been explicitly associated to with the ticketing.tickets.read scope.

Request

Header Parameters

    x-api-key string

    API key

    Authorization string

    Bearer token

Responses

OK

Schema
  • Array [
  • id stringrequired
    contacts objectrequired
    purchaser objectrequired

    The contact that purchased the ticket

    contactId string
    name stringrequired
    assignee objectrequired

    The contact that the ticket has been assigned to. This might be the purchaser or another contact that the ticket has been forwarded to.

    contactId string
    name stringrequired
    isOwner booleanrequired
    event objectrequired

    An event that a ticket is for which the ticket grants the assignee access to

    id stringrequired
    name stringrequired
    type stringrequired

    Possible values: [SPORTS_MATCH, CONCERT]

    start date-timerequired
    end date-timerequired
    image stringrequired
    venue objectrequired
    name stringrequired
    latitude stringrequired
    longitude stringrequired
    street stringrequired
    city stringrequired
    postalCode stringrequired
    sportsMatch object
    teams object
    home object
    name string
    logo string
    away object
    name string
    logo string
    competition string
    competitionKey string
    capabilities array[]required

    Possible values: [CAN_FORWARD, CAN_RECALL]

    status stringrequired

    Possible values: [NOT_SET, NOT_SCANNED, CANCELLED, SCANNED]

    ticketType stringrequired

    Possible values: [VIP, GENERAL_ADMISSION]

    ticketPackage objectrequired
    items object
    property name* any
    qrCode objectrequired

    The code that can be scanned at access control in the Stadium to allow access

    code string
    availabilityFrom date-timerequired
    price objectrequired
    cost objectrequired
    minorUnits integer
    precision integer
    currencyCode string
    buyerType stringrequired

    Possible values: [ADULT, CHILD, DISCOUNT]

    seating objectrequired
    additionalMessage string
    details object
    property name* any
  • ]
Loading...